home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TDEVICECONFIG / TDEVICECONFIG.txt
Text File  |  1997-07-16  |  3KB  |  191 lines

  1. object DeviceConfig: TDeviceConfig
  2.   Left = 90
  3.   Top = 149
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Port Configuration'
  7.   ClientHeight = 122
  8.   ClientWidth = 383
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 282
  23.     Top = 11
  24.     Width = 89
  25.     Height = 56
  26.     Shape = bsFrame
  27.   end
  28.   object lComPort: TLabel
  29.     Left = 18
  30.     Top = 16
  31.     Width = 46
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     Caption = 'COM &Port'
  35.     FocusControl = cbCom
  36.   end
  37.   object lRate: TLabel
  38.     Left = 22
  39.     Top = 48
  40.     Width = 42
  41.     Height = 13
  42.     Alignment = taRightJustify
  43.     Caption = '&BPS rate'
  44.     FocusControl = cbSpeed
  45.   end
  46.   object llBits: TLabel
  47.     Left = 304
  48.     Top = 18
  49.     Width = 20
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'Bits:'
  53.   end
  54.   object lBits: TLabel
  55.     Left = 326
  56.     Top = 18
  57.     Width = 24
  58.     Height = 13
  59.     Caption = '8N1'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object cbCom: TComboBox
  68.     Left = 72
  69.     Top = 12
  70.     Width = 81
  71.     Height = 21
  72.     Style = csDropDownList
  73.     ItemHeight = 13
  74.     Items.Strings = (
  75.       'COM1'
  76.       'COM2'
  77.       'COM3'
  78.       'COM4'
  79.       'COM5'
  80.       'COM6'
  81.       'COM7'
  82.       'COM8'
  83.       'COM9'
  84.       'COM10'
  85.       'COM11'
  86.       'COM12'
  87.       'COM13'
  88.       'COM14'
  89.       'COM15'
  90.       'COM16'
  91.       'COM17'
  92.       'COM18'
  93.       'COM19'
  94.       'COM20'
  95.       'COM21'
  96.       'COM22'
  97.       'COM23'
  98.       'COM24'
  99.       'COM25'
  100.       'COM26'
  101.       'COM27'
  102.       'COM28'
  103.       'COM29'
  104.       'COM30'
  105.       'COM31'
  106.       'COM32')
  107.     TabOrder = 0
  108.   end
  109.   object cbSpeed: TComboBox
  110.     Left = 72
  111.     Top = 44
  112.     Width = 81
  113.     Height = 21
  114.     ItemHeight = 13
  115.     Items.Strings = (
  116.       '9600'
  117.       '14400'
  118.       '19200'
  119.       '38400'
  120.       '56000'
  121.       '57600'
  122.       '115200'
  123.       '128000'
  124.       '256000')
  125.     TabOrder = 1
  126.     OnKeyPress = cbSpeedKeyPress
  127.   end
  128.   object gFlow: TGroupBox
  129.     Left = 164
  130.     Top = 6
  131.     Width = 105
  132.     Height = 60
  133.     Caption = '&Flow control'
  134.     TabOrder = 2
  135.     object cbCTS_RTS: TCheckBox
  136.       Left = 8
  137.       Top = 17
  138.       Width = 73
  139.       Height = 17
  140.       Caption = 'CTS/&RTS'
  141.       TabOrder = 0
  142.     end
  143.     object cbXon_Xoff: TCheckBox
  144.       Left = 8
  145.       Top = 37
  146.       Width = 73
  147.       Height = 17
  148.       Caption = 'XOn/&XOff'
  149.       TabOrder = 1
  150.     end
  151.   end
  152.   object bBits: TButton
  153.     Left = 293
  154.     Top = 37
  155.     Width = 69
  156.     Height = 22
  157.     Caption = '&Change...'
  158.     TabOrder = 3
  159.     OnClick = bBitsClick
  160.   end
  161.   object bOK: TButton
  162.     Left = 128
  163.     Top = 84
  164.     Width = 75
  165.     Height = 25
  166.     Caption = 'OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 4
  170.   end
  171.   object bCancel: TButton
  172.     Left = 208
  173.     Top = 84
  174.     Width = 75
  175.     Height = 25
  176.     Cancel = True
  177.     Caption = 'Cancel'
  178.     ModalResult = 2
  179.     TabOrder = 5
  180.   end
  181.   object bHelp: TButton
  182.     Left = 288
  183.     Top = 84
  184.     Width = 75
  185.     Height = 25
  186.     Caption = 'Help'
  187.     TabOrder = 6
  188.     OnClick = bHelpClick
  189.   end
  190. end
  191.